home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / fdc_281.arc / FDC.CFG < prev    next >
Text File  |  1991-04-05  |  12KB  |  287 lines

  1. ;   ╔═════════╗
  2. ;   ║ FDC.CFG ║ File Download Counter (tm) Version 2.70
  3. ;   ╚═════════╝
  4. ;
  5. ;   Copyright 1990-91 (C) by Brandon M. Bachman, All Rights Reserved.
  6. ;
  7. ;   This is the configuration file FDC reads to determine how to process
  8. ;   each DIR file and create bulletins.  Use a ";" to specify a comment
  9. ;   line.
  10. ;
  11. ;───────────────────────────────────────────────────────────────────────────
  12. ;
  13. ;
  14. ;  DOWNLOAD=  The full path and file name of your download.txt file.  This
  15. ;  ────────   is a file that is created by PCBoard that records all
  16. ;             downloads and uploads from your system.  The default is
  17. ;             "DOWNLOAD.TXT" if commented out.
  18. ;
  19. DOWNLOAD=DOWNLOAD.TXT
  20. ;
  21. ;───────────────────────────────────────────────────────────────────────────
  22. ;
  23. ;  DIR= The full path and file name of a DIR (directory listing) file you
  24. ;  ───  would like FDC to search, edit, and update.  You may list as many
  25. ;       DIR files as you would like.
  26. ;
  27. DIR=DIR1
  28. DIR=DIR2
  29. DIR=DIR3
  30. DIR=DIR4
  31. DIR=DIR5
  32. ;
  33. ; DIR=C:\PCB\GEN\DIR6
  34. ; DIR=C:\PCB\GEN\DIR7
  35. ;
  36. ;
  37. ;───────────────────────────────────────────────────────────────────────────-
  38. ;
  39. ;  BACKUP= Do you want FDC to back up you DIR files before editing?
  40. ;  ──────  Fill in with YES or NO, default is NO if commented out.
  41. ;
  42. BACKUP=Y
  43. ;
  44. ;───────────────────────────────────────────────────────────────────────────-
  45. ;
  46. ;  LOG=  The full path and file name of a log of FDC's activities.  Comment
  47. ;  ───   this out if you do not want FDC to update a log file.  FDC's log
  48. ;        file uses the same standard as PCBoard 14.x.  This allows you to
  49. ;        to record PCBoard activity and FDC activity in the same CALLER log
  50. ;        file.  Hopefully this will your system cut down on many log files.
  51. ;
  52. LOG=CALLER
  53. ;
  54. ;───────────────────────────────────────────────────────────────────────────
  55. ;                     ┌────────────────────────┐
  56. ;                     │ DIR EDITING PARAMETERS │
  57. ;                     └────────────────────────┘
  58. ;
  59. ;  STYLE= The style of editing you would like FDC on the above listed DIR
  60. ;  ─────  files when counting the number of times a file has been
  61. ;         downloaded.
  62. ;
  63. ;         0 - Do not edit DIR files.  Create only a bulletin.
  64. ;
  65. ;         1 - Put the download count on the first line of the description,
  66. ;             and word wrap to the next line according to the position of
  67. ;             the '|' character found.  If no secondary description line is
  68. ;             found then FDC will word wrap to the XX character specified
  69. ;             by CHAR=.
  70. ;
  71. ;         2 - Put the download count on the first line of the description,
  72. ;             but do not word wrap. Truncate the description.
  73. ;
  74. ;         3 - Add a secondary line to the description of the file that
  75. ;             records the download count as:  "| <12> times downloaded"
  76. ;
  77. ;             FDC will position this string according to the XX character
  78. ;             specified by CHAR=.
  79. ;
  80. ;         4 - Same as style #3 but FDC will insert @Xhh color to highlight
  81. ;             the line of text.  See below "HIGHLIGHTING DOWNLOAD COUNT".
  82. ;             text will look like this: "| @Xhh<12> times downloaded.@Xhh"
  83. ;
  84. ;             Note: If you change STYLE= (ie #3 to #4 or #1 to #3) I highly
  85. ;             ────  suggest you run FDC /STRIP and then FDC /START with the
  86. ;                   new STYLE, therefore removing all past entries in the
  87. ;                   previous format.
  88. ;
  89. STYLE=3
  90. ;
  91. ;
  92. ;  CHAR=  The default character position you would like FDC to word
  93. ;  ────   wrap on if it does not find a secondary description line.
  94. ;         The default is 32 which is the same as PCBoard.
  95. ;
  96. CHAR=32
  97. ;
  98. ;
  99. ;────────────────────────────────────────────────────────────────────────────
  100. ;                ┌──────────────────────────────────────┐
  101. ;                │ TEXT DISPLAY AROUND DOWNLOAD COUNTER │
  102. ;                └──────────────────────────────────────┘
  103. ;
  104. ;  This paramter lets you choose the text that is displayed before
  105. ;  and after the download counter.  Specify the location of the
  106. ;  download count by using the macro @FDC@.  This parameter is only
  107. ;  used when STYLE= is 3 or 4 (see above).
  108. ;
  109. ;  Note: BEFORE you change this parameter it is mandatory that you strip
  110. ;        all prior entries in your DIR files of the old TEXT= format.
  111. ;        To do this type "FDC /STRIP" at DOS.
  112. ;
  113. ;        FDC will only strip lines in your DIR files that are *exact*
  114. ;        matches in the format of the below line.
  115. ;
  116. ;  Uncomment the one of your choosing, or design your own.  Notice
  117. ;  example #3 includes PCBoard 14.5 color codes around the @FDC@ to
  118. ;  highlight the download count with a special color.
  119. ;
  120. ;TEXT=<@FDC@> times downloaded.
  121. TEXT=Downloaded @FDC@ times.
  122. ;TEXT=Downloaded @X0A@FDC@@X0E times.
  123. ;
  124. ;
  125. ;───────────────────────────────────────────────────────────────────────────-
  126. ;                    ┌─────────────────────────────┐
  127. ;                    │ MEMORY MANAGMENT PARAMETERS │
  128. ;                    └─────────────────────────────┘
  129. ;
  130. ;  MAX-FILES= The maximum number of new files to process at a time.
  131. ;  ─────────  The default is set to 12000 which will require an
  132. ;             additional amount of memory of approx. 160K.  This value
  133. ;             maybe adjusted from 5 to 30,000.
  134. ;
  135. MAX-FILES=12000
  136. ;
  137. ;
  138. ;  MAX-LINES= The maximum number of lines to process in a chunk for each
  139. ;  ─────────  DIR file.  The default is set to 250 wich will require an
  140. ;             additional amount of memory of approx. 25K.  This value
  141. ;             maybe adjusted from 5 to 2,000.
  142. ;
  143. ;
  144. MAX-LINES=250
  145. ;
  146. ;───────────────────────────────────────────────────────────────────────────-
  147. ;                ┌─────────────────────────────────────────┐
  148. ;                │ "HIGLIGHTING DOWNLOAD COUNT" PARAMETERS │
  149. ;                └─────────────────────────────────────────┘
  150. ;
  151. ;  When running FDC with STYLE=4, you may higlight the count by specifying
  152. ;  the color code to start and end the highlight.  This option should only
  153. ;  be used if you are running PCBoard 14.5 or later.  The color codes must
  154. ;  be in the format of @Xhh where hh is the hexidecimal color code.
  155. ;  This parameter is only used when STYLE= is 3 or 4 (see above).
  156. ;
  157. ;  COLOR-START= The starting color code to highlight download count
  158. ;  ───────────  that FDC records in your DIR files.  Yellow (@X07) is the
  159. ;               default if commented out.
  160. ;
  161. ;  COLOR-END=   The ending color code that FDC will put after the download
  162. ;  ─────────    count to set color back to normal.  This should correspond
  163. ;               to the color of your descriptions.  Light Gray (@X07) is
  164. ;               the default if commented out.
  165. ;
  166. ;  Output when used with STYLE=4 will be: "| @Xhh<12> times downloaded.@Xhh"
  167. ;  Where "hh" is the hexidecimal code.
  168. ;
  169. ;
  170. COLOR-START=@X0E
  171. COLOR-END=@X07
  172. ;
  173. ;───────────────────────────────────────────────────────────────────────────-
  174. ;                   ┌─────────────────────────────┐
  175. ;                   │ PARAMTERS TO MAKE BULLETINS │
  176. ;                   └─────────────────────────────┘
  177. ;
  178. ;  BLT= Full path and file name of an ascii bulletin you would like FDC
  179. ;  ───  to create.  FDC will list the files that have been download
  180. ;       the most in the last XX days.  Comment out if you do not
  181. ;       want FDC to create an ASCII bulletin.
  182. ;
  183. ;  BLTG= Same as above, however this one will have ANSI color or PCBoard
  184. ;  ────  @Xhh color codes added, depending on the ANSI= switch, comment
  185. ;        out if you do not want FDC to create an ANSI bulletin.
  186. ;
  187. ;        Note: You may choose either BLT or BLTG or both, FDC will only
  188. ;              create the bulletin(s) you specify in this file.  In
  189. ;              other words the are "mutually exclusive".  Simply comment
  190. ;              BLT or BLTG out if you do not want it created.
  191. ;
  192. ;  DAYS= The number of days back you want FDC to find downloads and
  193. ;  ────  list in the bulletin.  If set to 0, FDC will not create
  194. ;        bulletins.
  195. ;
  196. ;  LIST= The maximum number of files for FDC to list in the created
  197. ;        bulletins.
  198. ;
  199. ;  ANSI= Use ANSI escape codes for color when creating a graphic color
  200. ;  ────  bulletin?  If set to "YES" FDC will use standard ansi to colorize
  201. ;        the graphic bulletin.  Set to "YES" if you are using PCBoard 14.2
  202. ;        or earlier.  If set to "NO", FDC will use the new PCBoard 14.5
  203. ;        and later @Xhh color codes, and @CLS@, @WAIT@ macros.
  204. ;
  205. BLT=BLT1
  206. BLTG=BLT1G
  207. ;
  208. DAYS=30
  209. LIST=100
  210. ;
  211. ANSI=NO
  212. ;
  213. ;
  214. ;  EXCLUDE= The name of a file you would _not_ like listed in the created
  215. ;  ───────  bulletin(s).  You may enter as many filenames as you wish
  216. ;           to the list.  Note: Complex wildcards "*" and "?" *ARE*
  217. ;           valid.  (ie. "S*G*L.*G?" is valid!)
  218. ;
  219. ; EXCLUDE=SALTCITY.ZIP
  220. ; EXCLUDE=TENNIS.ZIP
  221. ; EXCLUDE=T*A.ZIP
  222. ;
  223. ;
  224. ;────────────────────────────────────────────────────────────────────────────
  225. ;                  ┌────────────────────────────────┐
  226. ;                  │ CUSTOM COLORS IN THE BULLETINS │
  227. ;                  └────────────────────────────────┘
  228. ;
  229. ;  LINE=  The number of the color FDC will use for the lines.
  230. ;  ────   Default is BRIGHT CYAN (15) if commented out.
  231. ;
  232. ;  FILE=  The number of the color FDC will use for the file name.
  233. ;  ────   Default is BRIGHT GREEN (11) if commented out.
  234. ;
  235. ;  DOTS=  The number of the color FDC will use for the dots between
  236. ;  ────   the file name and the count.  Default is BROWN (4) if
  237. ;         commented out.
  238. ;
  239. ;  COUNT= The number of the color FDC will use for the download count.
  240. ;  ─────  The default is BRIGHT YELLOW (12) if commented out.
  241. ;
  242. ;                ┌─────────────────────────────────────┐
  243. ;                │            Color Chart              │
  244. ;                └─────────────────────────────────────┘
  245. ;                 1 - Black           9 - Bright Black
  246. ;                 2 - Red            10 - Bright Red
  247. ;                 3 - Green          11 - Bright Green
  248. ;                 4 - Brown          12 - Bright Yellow
  249. ;                 5 - Blue           13 - Bright Blue
  250. ;                 6 - Purple         14 - Bright Purple
  251. ;                 7 - Cyan           15 - Bright Cyan
  252. ;                 8 - White          16 - Bright White
  253. ;
  254. LINE=15
  255. FILE=11
  256. DOTS=4
  257. COUNT=12
  258. ;
  259. ;
  260. ;───────────────────────────────────────────────────────────────────────────-
  261. ;                        ┌─────────────────────┐
  262. ;                        │ VIDEO MODE SETTINGS │
  263. ;                        └─────────────────────┘
  264. ;
  265. ;  VIDEO= The video type you would like FDC to use with your monitor.
  266. ;  ─────  Listed below are the valid options.  Use this parameters only
  267. ;         if you absoutley have to.  FDC is smart enough to detect
  268. ;         your video type and will use that as the default.  These
  269. ;         are to override what FDC detects.
  270. ;
  271. ;         0 - Turn on direct screen writes
  272. ;         1 - Turn on direct screen writes w/CGA snow elimination
  273. ;         2 - Turn on BIOS screen writes
  274. ;         3 - Turn on monochrome attribute translation
  275. ;         4 - Turn off monochrome attribute translation
  276. ;
  277. ;  SCREEN= Sets the number of lines on the display.  Valid numbers are:
  278. ;  ──────
  279. ;          25 - All video adapters (default)
  280. ;          43 - EGA
  281. ;          50 - VGA
  282. ;
  283. ; VIDEO=3
  284. ; SET_LINES=50
  285. ;
  286. ;────────────────────────────────────────────────────────────────────── <END>
  287.